GUI Help > Dialogs > message

message
message [str caption], str message

Description:
Displays a standard message box on the screen. This is useful for showing the user important information or for debugging purposes.

Return Value:


Parameters:
[caption] Optional. Specifies the text which appears in the window title of the message box.
message The text of the message itself
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)